home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-09-29 | 319 b | 15 lines |
- LIBCLEAN=lib$(LIB).a
- MAKEFILEPARTS=$(srcdir)/../Makefile.comm ../Makefile.cfg \
- $(srcdir)/Makefile.sub $(srcdir)/../Makefile.lib $(srcdir)/Makefile.dep
-
- all: lib$(LIB).a
-
- lib$(LIB).a: $(OBJS)
- $(AR) r $@ $?
- $(RANLIB) $@
-
- depend: depend_src
- depend.temp: $(GENSRCS)
- TAGS: $(CCSRCS) $(CSRCS)
- Makefile: $(MAKEFILEPARTS)
-